home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir43 / viewdbf.zip / VIEWDBF.DOC < prev    next >
Text File  |  1994-08-07  |  2KB  |  45 lines

  1.    PURPOSE: Allows viewing/editing/appending/packing of any DBF
  2.             file from DOS.
  3.  
  4.     USEAGE: VIEWDBF is very easy to use.  Simply call the program
  5.             with the name of the file to work with as a parameter
  6.             or run it in a directory with .DBF files and a pick list
  7.             will appear.
  8.  
  9.             EXAMPLE:
  10.  
  11.             "VIEWDBF CUST" - work with cust.dbf.
  12.  
  13.             "VIEWDBF CUST.DBF" - equivalent to the above statement.
  14.  
  15.             "VIEWDBF" - displays a list of .DBF files in the current
  16.                         directory.
  17.  
  18.    GENERAL: Once you've gotten a file open, you can use the cursor keys
  19.             or the mouse to move from field to field and record to
  20.             record.  The program will "pan" left and right and scroll up
  21.             and down if the database is "wider" and "deeper" than one
  22.             screen.  You can edit any field by either pressing <F2> or
  23.             by typing new data into the cell.
  24.  
  25.             Any record can be deleted by pressing <CTRL-U>.  Such records
  26.             will appear with a red background (on a color monitor), and
  27.             the word "Del" will appear on the status line near the
  28.             bottom of the screen.  Pressing <CTRL-U> on a deleted record
  29.             will undelete the record.
  30.  
  31.             The top line presents a menu of additional commands:
  32.  
  33.             ^Z (CTRL-Z) : View DBF Structure
  34.             F1          : Edit current record
  35.             F9          : Make Index
  36.             Alt-F9      : Filter
  37.             F10         : File
  38.             F8          : Menu
  39.  
  40.             Additionally, <F3> will append a new record, <F4> will
  41.             pack the file, <F5> will prompt for a record number
  42.             to reposition the file to, and <F6> will search an index
  43.             for a record containing the specified text.  To exit the
  44.             program, press <ESC> at any time.
  45.